QuickOPC User's Guide and Reference
UALocalEndpointDiscoveryQuery Constructor(IEnumerable<String>,IEnumerable<String>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UALocalEndpointDiscoveryQuery Class > UALocalEndpointDiscoveryQuery Constructor : UALocalEndpointDiscoveryQuery Constructor(IEnumerable<String>,IEnumerable<String>)
List of discovery endpoint URLs of the server.
List of Server capability filters. Only records with all of the specified server capabilities are returned.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal discoveryUriStrings As IEnumerable(Of String), _
   ByVal transportProfileUriStringFilter As IEnumerable(Of String) _
)
'Usage
 
Dim discoveryUriStrings As IEnumerable(Of String)
Dim transportProfileUriStringFilter As IEnumerable(Of String)
 
Dim instance As New UALocalEndpointDiscoveryQuery(discoveryUriStrings, transportProfileUriStringFilter)

Parameters

discoveryUriStrings
List of discovery endpoint URLs of the server.
transportProfileUriStringFilter
List of Server capability filters. Only records with all of the specified server capabilities are returned.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also